home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000180_news@newsmaster….columbia.edu _Wed Feb 4 10:28:09 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA06963
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 4 Feb 1998 10:28:08 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA21697
  7.     for kermit.misc@watsun; Wed, 4 Feb 1998 10:28:08 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: K95 Win95 problem
  12. Followup-To: poster
  13. Date: 4 Feb 1998 15:28:07 GMT
  14. Organization: Columbia University
  15. Lines: 37
  16. Message-ID: <6ba1e7$7bv$1@apakabar.cc.columbia.edu>
  17. References: <34d881b7.521009472@news.htp.net>
  18. Reply-To: kermit-support@newsmaster.cc.columbia.edu
  19. NNTP-Posting-Host: watsun.cc.columbia.edu
  20. Xref: news.columbia.edu comp.protocols.kermit.misc:8363
  21.  
  22. In article <34d881b7.521009472@news.htp.net>,
  23. Blaine S. @kins <blaine@htp.net> wrote:
  24. : Hi
  25. : I recently upgraded to ver. 1.1.15 of K95 because of a problem running
  26. : on an MMX machine, this worked.  When I was using the software under
  27. : Win95 I found a problem. 
  28. : I call k95 from a C program with spawnlp(P_WAIT, etc, after k95 is
  29. : done it returns to my program and I allow some operator input using
  30. : gets().  Well this worked in previous versions, under Dos, OS2, Win95,
  31. : NT and in the new version under NT,  but  not with the new version
  32. : under 95. I call K95, it then quits when it is supposed to, but the
  33. : MS-DOS window contiues to say K95, while my program appears in the
  34. : window, but unable to accept input? Any thoughts?
  35. : Blaine
  36.  
  37.  
  38.  
  39. Is your program a 16-bit or a 32-bit executable?
  40.  
  41. Due to various bugs in Windows 95 that prevented console applications
  42. from being allocated a STDIN and STDOUT handle, K95 derives new
  43. STDIN and STDOUT handles from the CONIN$ and CONOUT$ device drivers.
  44. While these handles are supposed to be local to the current process
  45. I can see where Windows 95 might have difficulty keeping them separate.
  46.  
  47. You might want to take this off line and contact kermit-support@columbia.edu
  48. directly.
  49.  
  50.  
  51.  
  52.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  53.                  The Kermit Project * Columbia University
  54.        612 West 115th St #716 * New York, NY * 10025 * (212) 854-1344
  55.     http://www.columbia.edu/kermit/k95.html * kermit-support@columbia.edu